home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_dr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  1.1 KB  |  49 lines

  1. /* tb_dr.h: definitions used in I/O  for Delivery Reports */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_dr.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_dr.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_DR
  16. #define _H_TB_DR
  17.  
  18. #define    DR_MSGID            1
  19. #define    DR_TRACE            2
  20. #define    DR_SI_TRACE            3
  21. #define    DR_DL_EXP_HIST            4
  22. #define    DR_DL_EXP_HIST_CRIT        5
  23. #define    DR_REPORTING_DL_NAME        6
  24. #define    DR_SECURITY_LABEL        7
  25. #define    DR_REPORTING_MTA_CERTIFICATE    8
  26. #define    DR_REPORT_ORIGIN_AUTH_CHECK    9
  27. #define DR_PER_ENVELOPE_EXTENSIONS    10
  28. #define    DR_PER_REPORT_EXTENSIONS    11
  29. #define    DR_END_HDR            12
  30. #define DR_END                13
  31.  
  32. #define    RR_RECIP            1
  33. #define    RR_SUCCESS            2
  34. #define    RR_FAILURE            3
  35. #define    RR_CONVERTED            4
  36. #define    RR_ORIGINALLY_INTENDED_RECIP    5
  37. #define    RR_SUPPLEMENTARY        6
  38. #define    RR_REDIRECT_HISTORY        7
  39. #define    RR_REDIRECT_HISTORY_CRIT    8
  40. #define    RR_PHYSICAL_FWD            9
  41. #define    RR_RECIP_CERTIFICATE        10
  42. #define    RR_REPORT_ORIGIN_CHECK        11
  43. #define    RR_ARRIVAL            12
  44. #define    RR_PER_RECIP_EXTENSIONS        13
  45. #define    RR_END_RECIP            14
  46. #define RR_END                15
  47.  
  48. #endif
  49.